From: Jim Blandy Date: Fri, 28 May 1993 07:38:26 +0000 (+0000) Subject: * make-dist: Make a `site-lisp' directory in the distribution, X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95854 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=97c701137d8f88ce4bd0af1b3cde48ed3c47ec9f;p=emacs.git * make-dist: Make a `site-lisp' directory in the distribution, instead of a `local-lisp' directory, which hasn't been the appropriate name for a long time. * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory from the distribution first, then /usr/local/lib/emacs/site-lisp. --- diff --git a/Makefile.in b/Makefile.in index 65f4ccc6e62..eec88c6ebc3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -166,7 +166,7 @@ buildlisppath=${srcdir}/lisp @rip_paths@lispdir=${srcdir}/lisp @rip_paths@externallispdir=${srcdir}/externallisp -@rip_paths@locallisppath=${datadir}/emacs/site-lisp +@rip_paths@locallisppath=${srcdir}/site-lisp:${datadir}/emacs/site-lisp @rip_paths@etcdir=${srcdir}/etc @rip_paths@lockdir=${srcdir}/lock @rip_paths@archlibdir=${srcdir}/lib-src diff --git a/make-dist b/make-dist index 6c4117a2439..e671cc0964c 100755 --- a/make-dist +++ b/make-dist @@ -134,7 +134,7 @@ echo "Updating version number in README." echo "Creating subdirectories." # I think we're not going to distribute anything in external-lisp, so # I've removed it from this list. -for subdir in lisp lisp/term local-lisp \ +for subdir in lisp lisp/term site-lisp \ src src/m src/s src/bitmaps lib-src oldXMenu \ etc lock cpp info man shortnames vms; do mkdir ${tempdir}/${subdir}